Fix: Correct Firebase environment variable names#44
Fix: Correct Firebase environment variable names#447vignesh wants to merge 1 commit intoctrixcode:workspacefrom
Conversation
This commit fixes an issue where the application would crash on startup due to incorrect environment variable names in the Firebase configuration. - Corrects `AUTHDOMAIN` to `AUTH_DOMAIN` in `src/firebase.js` for both development and production environments. - Updates `README.md` to document both development and production Firebase environment variables correctly. Fixes ctrixcode#38
WalkthroughRenamed the Firebase authDomain environment variables in src/firebase.js for both development and production from REACT_APP_FIREBASE_AUTHDOMAIN to REACT_APP_FIREBASE_AUTH_DOMAIN. No other configuration fields, initialization logic, or exports were modified. Changes
Sequence Diagram(s)Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Poem
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
🔇 Additional comments (1)
Comment |
This commit fixes an issue where the application would crash on startup due to incorrect environment variable names in the Firebase configuration.
AUTHDOMAINtoAUTH_DOMAINinsrc/firebase.jsfor both development and production environments.README.mdto document both development and production Firebase environment variables correctly.Fixes #38
Summary by CodeRabbit
Bug Fixes
Chores